/**
* GtkCellRendererPixbuf:stock-id:
*
+ * Since: 2.2
+ *
* Deprecated: 3.10: Use #GtkCellRendererPixbuf:icon-name instead.
*/
g_object_class_install_property (object_class,
NULL,
GTK_PARAM_READWRITE | G_PARAM_DEPRECATED));
+ /**
+ * GtkCellRendererPixbuf:stock-size:
+ *
+ * The #GtkIconSize value that specifies the size of the rendered icon.
+ *
+ * Since: 2.2
+ */
g_object_class_install_property (object_class,
PROP_STOCK_SIZE,
g_param_spec_uint ("stock-size",
GTK_ICON_SIZE_MENU,
GTK_PARAM_READWRITE));
+ /*
+ * GtkCellRendererPixbuf:stock-detail:
+ *
+ * Since: 2.2
+ *
+ * Deprecated: 3.22: This property does nothing. Use CSS to theme widgets.
+ */
g_object_class_install_property (object_class,
PROP_STOCK_DETAIL,
g_param_spec_string ("stock-detail",